Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / NamedObjectCollection<TItem,TContainer> Class / Item Property / Item(Int32) Property
The number of the item to be returned.


In This Topic
    Item(Int32) Property
    In This Topic
    Gets or sets the TItem at the specified index.
    Syntax
    'Declaration
     
    
    Public Overloads ReadOnly Property Item( _
       ByVal index As Integer _
    ) As TItem
    'Usage
     
    
    Dim instance As NamedObjectCollection(Of TItem,TContainer)
    Dim index As Integer
    Dim value As TItem
     
    value = instance.Item(index)
    public TItem Item( 
       int index
    ) {get;}

    Parameters

    index
    The number of the item to be returned.

    Property Value

    The TItem object at the specified position.
    See Also